home *** CD-ROM | disk | FTP | other *** search
- <HTMLtool>A function to determine the browser used by the websurfer</HTMLtool>
- <SCRIPT LANGUAGE="JavaScript">
- <!-- begin script
- function VersionNavigator(Netscape, Explorer) {
- if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||
- (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
- return true;
- else return false;
- }
- // end script -->
- </SCRIPT>
-